DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / PageResult<T> Class / Items Property

In This Topic
    Items Property (PageResult<T>)
    In This Topic
    The items.
    Syntax
    'Declaration
     
    Public Property Items As T()
    public T[] Items {get; set;}
    See Also